home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Financial / Stopwatch2.3 / Stopwatch.app / English.lproj / ExpenseEditor.nib / data.classes next >
Text File  |  1995-06-12  |  409b  |  34 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. ExpenseEditor = {
  7.     ACTIONS = {
  8.     cancel:;
  9.     ok:;
  10.     };
  11.     OUTLETS = {
  12.     form;
  13.     panel;
  14.     amountField;
  15.     dateField;
  16.     descriptionField;
  17.     };
  18.     SUPERCLASS = Object;
  19. };
  20. SessionInspector = {
  21.     ACTIONS = {
  22.     cancel:;
  23.     ok:;
  24.     };
  25.     OUTLETS = {
  26.     form;
  27.     panel;
  28.     amountField;
  29.     dateField;
  30.     descriptionField;
  31.     };
  32.     SUPERCLASS = Object;
  33. };
  34.